Skip to main content

Migrate an Audience

Overview

The API Comparison table highlights the shared actions and API methods between IQM and DV360 for creating and managing Audiences. Select an endpoint to review each platform's relevant API documentation. By comparing APIs, you can migrate your workflow from DV360 to IQM.

For a comprehensive overview of IQM's Audience services, see the Audience API.

Definitions

IQMDV360Description
AudienceAudienceThe group of people targeted for a Campaign. Audiences comprise included/excluded demographic data which are used to optimize targeting.
Audience SegmentAudience SegmentA group of specified Segments with optimization settings.
Segment GroupSegmentsThe demographic characteristics by which a group of people can be identified, organized, and combined into Audience Segments.
Matched AudienceCustomer MatchA customized Audience that you've created and uploaded to the platform.
Pre-bid AudienceThird Party AudienceAn Audience composed of segments that have been sent to the platform by third-party data providers that you can purchase and target in your Audiences.
Geo-Farmed AudienceGeo Region TargetingAn Audience created based on a customizable geographic location rather than demographic data.
Contextual AudienceKeyword TargetingAn Audience generated by keywords or URLs, based on user activity.
Retargeted AudienceTag Based AudienceAn Audience created by tracking tag Conversions that retargets users who visit the tracked site.
Campaign AudienceActivity Based AudienceAn Audience created by users previously targeted by a Campaign.

API Comparison

Base URLs
  IQM: https://app.iqm.com

DV360: https://displayvideo.googleapis.com
ActionIQM EndpointDV360 EndpointNotes
Get Audience DetailsGET/api/v2/audience/matched/{id}
GET/api/v3/audience/segment/{audienceId}
GET/api/v3/audience/retarget/{retargeted_audience_id}
GET/api/v3/audience/campaign/{campaign_audience_id}
GET/api/v3/audience/prebid/{prebidAudienceId}
GET/v4/firstPartyAndPartnerAudiences/{firstPartyAndPartnerAudienceId}
GET/v4/googleAudiences/{googleAudienceId}
Create an AudiencePOST/api/v2/audience/matched/add
POST/api/v3/audience/segment/add
POST/api/v3/audience/retarget/tag
POST/api/v3/audience/campaign/add
POST/api/v3/audience/prebid/add
POST/v4/firstPartyAndPartnerAudiencesIQM features different Audience creation endpoints to distinguish types of Audiences and the Segments they are composed of. See the Audience API Guidelines for more information.

DV360 specifies type by audienceType.
Update an AudiencePATCH/api/v2/audience/matched/update/{matched_audience_id}
PUT/api/v3/audience/segment/{audienceId}
PUT/api/v3/audience/retarget/{retargeted_audience_id}
PUT/api/v3/audience/prebid/{prebidAudienceId}
PATCH/v4/firstPartyAndPartnerAudiences/{firstPartyAndPartnerAudience.firstPartyAndPartnerAudienceId}
Create a Contextual AudiencePOST/api/v3/audience/contextual/addPOST/v4/advertisers/{advertiserId}/lineItems/{lineItemId}/targetingTypes/{targetingType}/assignedTargetingOptionsDV360 uses TARGETING_TYPE_KEYWORD and TARGETING_TYPE_GEO_REGION to create a Contextual Audience.
Create a Geo-Farmed AudiencePOST/api/v3/audience/geo-farmed/add

More Campaign Resources

IQM:

DV360: